Quick HTTP server

If you need to pull files from a linux box.  This handy python command will turn on a temporary HTTP server listening on port 8000   cd to directory you want to pull files from and type: python -m SimpleHTTPServer … Continue reading Quick HTTP server